Ubuntu 10.04 Lucid Lynx Release Party
Updated: 2010-04-30 08:32:24
Jaggu's world Welcome to Jaggu's world Mobile Mode Blog Gallery About me Contact My Resume Web DOC PDF RTF ODT TXT LiveSearch Useful Links TT’s Jottings-Blog of VU2SWX Experimenting with Unix Kenneth Sirs Journal A blog on localization efforts in Malayalam OpenOffice.org Training Digital Library Of Linux Planet SMC Free Software Daily Comp . Ling Journal MIT TV Raman(Google NLTK SciPy CPAN Sphinx 4 Speech recognition RMK Sinha IIT Kanpur GNU SILPA Project Planet Python Planet Perl David Crystel'sBlog Special Interest Group on Artificial Intelligence BioPuppy NRCFOSS Helpline Santhosh Thottingal Supported by Freeflux.net Liip AG netzwirt.ch monorom.com Archive April 2010 1 February 2010 5 January 2010 2 December 2009 1 November 2009 10 October 2009 6 September 2009 12 August 2009 5 July

Well, originally I wanted to write down a list of my favorite of Tcl packages and then post about that. But after I wrote them down, I found that this list had only one entry: William Duquette’s snit.
Out of the multitude of OO extensions we have for Tcl, this is the one I use pretty [...]
Home Forums File Downloads System Security Programming Calendar Open Topic Articles Legacy Articles Network Devices News Latest Security News Security Exploits Patches Global Security News Blog GSO Announcements Off Topic GSO Stuff What's New at GSO Rules Regulations Twitter Search Polls GSO Live Chat You are : here Home Products Programming Learning Perl Kindle Edition newly tagged programming Learning Perl Kindle Edition newly tagged programming font size : decrease font size increase font size Rate this article View Comments click to see full-size image Learning Perl Kindle Edition By Randal Schwartz Buy new : 15.39 Customer Rating : First tagged programming by M . Kovgan MVK Customer tags : perl , programming , learn Read Full Article Written on Tuesday , 02 February 2010 19:16 by
Are you using ActivePerl, ActivePython or ActiveTcl to build something cool and curious?
The Cool Apps, Cool Projects Contest is your chance to shine and showcase to your peers how you are using ActivePerl, ActivePython and ActiveTcl for something weird, cool or funky (you can also submit one of your friends’ projects).
The contest is [...]
I am experimenting Mozilla’s XUL to write Firefox plugins. I never had a chance to give it a shot before, so let’s roll. To try it out, I decided to implement a very simple Twitter Firefox plugin that works a bit like TweetDeck: The plugin adds a new action in the contextual menu labeled “Twitt [...]
Voidspace The website , technical blog and projects of Michael Foord Home Blog Book IronPython Python Projects Python Articles Contact Python Programming , news on the Voidspace Python Projects and all things . techie Front page All By Date All By Category RSS Feed 1172 Unicode and new style string formatting Python 2.6 and Python 3 gain a new style of string formatting , which is apparently based on the string formatting in C I wasn't a big fan of the string formatting in C and so wasn't very excited about it moving into Python , but as is to be expected it has grown a bit on . me The old-style' string formatting in Python is based on the operator . In Python the operator is the modulo operator , so strings have a mod__ method that implements the string : formatting some_string s calls